nav .navbar .links li:first-child a {
  color: #000000;
}

nav .navbar .links li:nth-child(5) a {
  color: #94705f;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 380px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/team\ members2.avif);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 220px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -70px;
}

.header-banner h1 {
  width: fit-content;
  background-color: #cf8651;
  padding: 0px 10px;
  margin-left: 5%;
  font-size: 55px;
  padding-bottom: 8px;
  font-weight: 600;
}


.sec13 {
  padding: 20px;
}

.sec13 .sec13-container {
  /* flex-wrap: wrap; */
  display: flex;
  margin-top: 20px;
}

.sec13 .sec13-container .box {
  width: 22%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.sec13 .sec13-container .box:nth-child(2) {
  margin-top: 10px;
}

.sec13 .sec13-container .box:nth-child(3) {
  margin-top: 10px;
}

.sec13 .sec13-container .box img {
  height: fit-content;
  margin-top: 0;
}


@media screen and (max-width: 900px) {

  .header-banner {
    background-size: cover;
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
  }

  .header-banner h1 {
    font-size: 25px;
  }

  nav .navbar .links li:first-child a {
    color: #000000;
  }

  nav .navbar .links li:nth-child(2) a {
    color: #916e5d;
  }

  .sec13 .sec13-container .box {
    width: 100%;
  }

}